type golang.org/x/net/http2.handlerPanicRST

6 uses

	golang.org/x/net/http2 (current package)
		server.go#L1233: 			case StreamError, handlerPanicRST, writeWindowUpdate:
		server.go#L1322: 		case handlerPanicRST:
		server.go#L2297: 				write:  handlerPanicRST{rw.rws.stream.id},
		write.go#L118: type handlerPanicRST struct {
		write.go#L122: func (hp handlerPanicRST) writeFrame(ctx writeContext) error {
		write.go#L126: func (hp handlerPanicRST) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max }